Skip to content

RoomList: fix room scroll when clicked in thread activity centre#34179

Merged
florianduros merged 2 commits into
developfrom
florianduros/tac-room-list
Jul 8, 2026
Merged

RoomList: fix room scroll when clicked in thread activity centre#34179
florianduros merged 2 commits into
developfrom
florianduros/tac-room-list

Conversation

@florianduros

Copy link
Copy Markdown
Member

show_room_tile on the view_room action was a dead flag in the new room list: the Threads Activity Centre set it to ask the list to reveal a room, but nothing consumed it, so the list never scrolled.

RoomListViewModel now handles view_room with show_room_tile and scrolls the target room into view, reusing the imperative scroll handle the view already exposes (setScrollToIndex). If the room's section is collapsed, it is expanded first so the tile can actually be shown (matching the old room list's behaviour).

@florianduros florianduros changed the title Fix room displays when clicked in thread activity centre RoomList: fix room scroll when clicked in thread activity centre Jul 8, 2026
@florianduros florianduros added this pull request to the merge queue Jul 8, 2026
Merged via the queue into develop with commit d593285 Jul 8, 2026
57 checks passed
@florianduros florianduros deleted the florianduros/tac-room-list branch July 8, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants